home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / angel19b.zip / ANGEL.INF < prev    next >
Text File  |  1993-05-21  |  17KB  |  610 lines

  1. Name: BACKUPMETHOD
  2. Mod : BKMETHOD.OBJ
  3. Decl: DECLARE FUNCTION BackupMethod% (default%, ms%)
  4. Type: Menus
  5. Desc: Presents a menu of back-up methods. Req EZ-Windows
  6.  
  7. Name: BACKUPMSG
  8. Mod : BUMSG.OBJ
  9. Decl: DECLARE SUB BackupMsg ()
  10. Type: Display
  11. Desc: Displays "subliminal" message to back-up data. Req EZ-Windows
  12.  
  13. Name: BARMENU
  14. Mod : BARMENU.OBJ
  15. Decl: DECLARE FUNCTION BarMenu% (row%, col%, nattr%, rvattr%, opts$(), seed%, getit%, ms%)
  16. Type: Menus
  17. Desc: Horizontal menu w/mouse support. Req EZ-Windows
  18.  
  19. Name: CALCATTR
  20. Mod : CALCATTR.OBJ
  21. Decl: DECLARE FUNCTION CalcAttr% (Fore%, Back%)
  22. Type: Display
  23. Desc: Turn Fore/Back colour codes into a single integer code
  24.  
  25. Name: CHOOSECOUNTRY
  26. Mod : COUNTRY.OBJ
  27. Decl: DECLARE FUNCTION ChooseCountry% (Intl%, ms%)
  28. Type: Menus
  29. Desc: Present a menu of country choices.  Req EZ-Windows
  30.  
  31. Name: CHOOSEFD
  32. Mod : FDD.OBJ
  33. Decl: DECLARE FUNCTION ChooseFD$ ()
  34. Type: Menus
  35. Desc: Presents a list of available disk drives.  Req EZ-Windows
  36.  
  37. Name: CHOOSEFILE
  38. Mod : CHOOSEFL.OBJ
  39. Decl: DECLARE FUNCTION ChooseFile$ (FileSpec$, Exclude$, ExtInfo%, ms%)
  40. Type: Disk Menus
  41. Desc: Select one file from a menu of choices. Req EZ-Windows
  42.  
  43. Name: CHOOSEFILES
  44. Mod : CHOOSEFS.OBJ
  45. Decl: DECLARE FUNCTION ChooseFiles$ (FileSpec$, Exclude$, ExtInfo%, many%, ms%)
  46. Type: Disk Menus
  47. Desc: Select multiple files from a menu of choices. Req EZ-Windows
  48.  
  49. Name: CHOOSEPORT
  50. Mod : PTRFONT.OBJ
  51. Decl: DECLARE FUNCTION ChoosePort% (Port%, ms%)
  52. Type: Menus Printer
  53. Desc: Presents a menu of printer ports (LPT1/LPT2/LPT3).  Req EZ-Windows
  54.  
  55. Name: CHOOSEPTR
  56. Mod : PTRFONT.OBJ
  57. Decl: DECLARE FUNCTION ChoosePtr% (iType$, PtrRec%, iPort%, ms%)
  58. Type: Menus Printer
  59. Desc: Presents a menu of printer choices.  Req PRINTER.DAT & EZ-Windows
  60.  
  61. Name: CONTCAN
  62. Mod : CONTCAN.OBJ
  63. Decl: DECLARE FUNCTION ContCan% ()
  64. Type: Menus Display
  65. Desc: Puts "Continue" & "Cancel" messages on screen & waits for response
  66.  
  67. Name: DATEFMT
  68. Mod : DATEFMT.OBJ
  69. Decl: DECLARE FUNCTION DateFmt$ (d%, m%, y%, Intl%)
  70. Type: String Date/Time
  71. Desc: Formats integer date values & returns a string for country setting
  72.  
  73. Name: DATEVAL
  74. Mod : ANGEL.OBJ
  75. Decl: DECLARE FUNCTION DateVal% (TheDate$)
  76. Type: Date/Time Numeric
  77. Desc: Returns an integer number for a date string (for calculations)
  78.  
  79. Name: DBFHEADER
  80. Mod : DBF.OBJ
  81. Decl: DECLARE SUB DBFHeader (FileName$, Field$(), reclen%, recs&, NoFields%)
  82. Type: DBF Disk
  83. Desc: Get header information from a DBF file including field names
  84.  
  85. Name: DBFPICKFLD
  86. Mod : DBF.OBJ
  87. Decl: DECLARE FUNCTION DBFPickFld% (ulr%, ulc%, fld$(), ms%)
  88. Type: DBF Menus
  89. Desc: Menu of field choices for DBF file (use with DBFHeader) Req EZ-Windows
  90.  
  91. Name: DBFSHOWFIELDS
  92. Mod : DBF.OBJ
  93. Decl: DECLARE SUB DBFShowFields (tr%, tc%, show%, fld$(), highlight%)
  94. Type: DBF Display
  95. Desc: Display a list of the DBF fields obtained from DBFHeader
  96.  
  97. Name: DELAY
  98. Mod : ANGEL.OBJ
  99. Decl: DECLARE SUB Delay (Sec!)
  100. Type: Miscellaneous
  101. Desc: Delay for X! number of seconds (floating point number)
  102.  
  103. Name: DISKERRORMSG
  104. Mod : DskErr.OBJ
  105. Decl: DECLARE SUB DiskErrorMsg (ec%)
  106. Type: Disk
  107. Desc: Show disk error in a window. Req EZ-Windows
  108.  
  109. Name: DRAWFDD
  110. Mod : DRAW.OBJ
  111. Decl: DECLARE SUB DrawFDD (Light%, iRow%, iCol%)
  112. Type: Display
  113. Desc: Draw a picture of a floppy disk drive.  Req EZ-Windows
  114.  
  115. Name: DRAWHDD
  116. Mod : DRAW.OBJ
  117. Decl: DECLARE SUB DrawHDD (Light%, iRow%, iCol%, Msg$)
  118. Type: Display
  119. Desc: Display picture of hard disk drive.  Req EZ-Windows
  120.  
  121. Name: DRVSPACE
  122. Mod : DRVSPACE.OBJ
  123. Decl: DECLARE SUB DrvSpace (Drive$, Total&, Free&, EC%)
  124. Type: Disk
  125. Desc: Get drive total and free space in bytes. Req PBClone.
  126.  
  127. Name: ELAPSEDTIME
  128. Mod : ELAPSED.OBJ
  129. Decl: DECLARE SUB ElapsedTime (BegTime$, EndTime$, Hour%, Minutes%, Secs%)
  130. Type: Date/Time
  131. Desc: Returns elapsed time in integers & in a string
  132.  
  133. Name: ERRSCN
  134. Mod : ANGEL.OBJ
  135. Decl: DECLARE SUB ErrScn (Number%, Module$)
  136. Type: Miscellaneous
  137. Desc: Displays a screen with the error number, module, and suggested action
  138.  
  139. Name: ERRSOLVE
  140. Mod : ANGEL.OBJ
  141. Decl: DECLARE FUNCTION ErrSolve$ (Number%)
  142. Type: PRIVATE
  143.  
  144. Name: ERRTEXT
  145. Mod : ANGEL.OBJ
  146. Decl: DECLARE FUNCTION ErrText$ (Number%)
  147. Type: PRIVATE
  148.  
  149. Name: FILEBACKUP
  150. Mod : BACKUP.OBJ
  151. Decl: DECLARE FUNCTION FileBackup% (FileMask$, Method%)
  152. Type: Disk
  153. Desc: Backs up files matching a mask using a given method. Req EZ-Windows
  154.  
  155. Name: FILERESTORE
  156. Mod : RESTORE.OBJ
  157. Decl: DECLARE FUNCTION FileRestore% (FileMask$, Method%)
  158. Type: Disk
  159. Desc: Restore entire back-up from a floppy disk.  Req EZ-Windows
  160.  
  161. Name: FILERESTORE2
  162. Mod : RESTORES.OBJ
  163. Decl: DECLARE FUNCTION FileRestore2% (FileMask$, Method%)
  164. Type: Disk
  165. Desc: Selectively restore from back-up disk.  Req EZ-Windows
  166.  
  167. Name: FKEYS
  168. Mod : FKEYS.OBJ
  169. Decl: DECLARE SUB FKeys (Keys$)
  170. Type: Display
  171. Desc: Displays function key settings near the bottom of the screen
  172.  
  173. Name: FMTFDD
  174. Mod : FDD.OBJ
  175. Decl: DECLARE FUNCTION FmtFDD% ()
  176. Type: Disk
  177. Desc: Format FDD: Looks for & runs What Floppy Format? else uses DOS FORMAT
  178.  
  179. Name: FONTDL
  180. Mod : PTRFONT.OBJ
  181. Decl: DECLARE FUNCTION FontDL (FontFile$, pts%, Port%, FontNo%)
  182. Type: Printer
  183. Desc: Downloads a soft font to a PCL printer.  Req EZ-Windows
  184.  
  185. Name: GETDATE
  186. Mod : GETDATE.OBJ
  187. Decl: DECLARE SUB GetDate (Day%, MonthNo%, Year%, Intl%, Row%, Col%, ms%, ExitKey$)
  188. Type: Date/Time
  189. Desc: Gets formatted date input from user according to country setting
  190.  
  191. Name: GETFILEDESC
  192. Mod : GETDESC.OBJ
  193. Decl: DECLARE FUNCTION GetFileDesc$ (file$)
  194. Type: Disk
  195. Desc: Returns a file's long name (from DESCRIPT.*), if available.
  196.  
  197. Name: GETFILENAME
  198. Mod : GETFILE.OBJ
  199. Decl: DECLARE FUNCTION GetFileName$ (InOut%, title$, Msg$, dflt$, ms%)
  200. Type: Input Disk
  201. Desc: Accepts file name with syntax checking in a window.  Req EZ-Windows
  202.  
  203. Name: GETFILENAMES
  204. Mod : GETFILES.OBJ
  205. Decl: DECLARE FUNCTION GetFileNameS$ (InOut%, title$, Msg$, dflt$, ms%)
  206. Type: Input Disk
  207. Desc: Same as GetFileName but uses ChooseFileS.  Req EZ-Windows
  208.  
  209. Name: GETFONTINFO
  210. Mod : FONTINFO.OBJ
  211. Decl: DECLARE SUB GetFontInfo (File$, FontName$, PtSize%)
  212. Type: Printer
  213. Desc: Gets font information from a soft font file
  214.  
  215. Name: GETNUM
  216. Mod : GETNUM.OBJ
  217. Decl: DECLARE FUNCTION GetNum$ (iRow%, iCol%, NumMask$, ONo$, ExitCode%)
  218. Type: Input
  219. Desc: Get formatted number using calculator-style input
  220.  
  221. Name: GETVALIDPATH
  222. Mod : GETPATH.OBJ
  223. Decl: DECLARE SUB GetValidPath (Drv$, Path$, Msg$, InOut%, ms%)
  224. Type: Input Disk
  225. Desc: Accepts drive/pathname w/syntax checking in a window. Req EZ-Windows
  226.  
  227. Name: HELPINDEX
  228. Mod : HELP.OBJ
  229. Decl: DECLARE SUB HelpIndex (Topic$, FileSpec$)
  230. Type: Menus Display
  231. Desc: Help window: reads .HLP file, presents menu & text. Req EZ-Windows
  232.  
  233. Name: INFORM
  234. Mod : INFORM.OBJ
  235. Decl: DECLARE FUNCTION Inform% (Row%, Col%, Wid%, iType%, ms%, snd%, Msg$)
  236. Type: Display
  237. Desc: Scrollable information window with mouse support.  Req EZ-Windows
  238.  
  239. Name: INFORMFILL
  240. Mod : INFORM.OBJ
  241. Type: PRIVATE
  242.  
  243. Name: ISCOLOUR
  244. Mod : ISCOLOUR.OBJ
  245. Decl: DECLARE FUNCTION IsColour% ()
  246. Type: Display
  247. Desc: Returns true if colour monitor, else false.  Req EZ-Windows
  248.  
  249. Name: ISPATH
  250. Mod : ISPATH.OBJ
  251. Decl: DECLARE FUNCTION IsPath% (file$, InOut%)
  252. Type: Disk
  253. Desc: Searches DOS PATH for a file name
  254.  
  255. Name: MAX
  256. Mod : MINMAXI.OBJ
  257. Decl: DECLARE FUNCTION Max% (a%, b%)
  258. Type: Numeric
  259. Desc: Returns the larger of two integer values
  260.  
  261. Name: MAXL
  262. Mod : MINMAXL.OBJ
  263. Decl: DECLARE FUNCTION MaxL& (a&, b&)
  264. Type: Numeric
  265. Desc: Returns the larger of two long integer values
  266.  
  267. Name: MAXS
  268. Mod : MINMAXS.OBJ
  269. Decl: DECLARE FUNCTION MaxS! (a!, b!)
  270. Type: Numeric
  271. Desc: Returns the larger of two single-precision floating point numbers
  272.  
  273. Name: MIN
  274. Mod : MINMAXI.OBJ
  275. Decl: DECLARE FUNCTION Min% (a%, b%)
  276. Type: Numeric
  277. Desc: Returns the smaller of two integer numbers
  278.  
  279. Name: MINL
  280. Mod : MINMAXL.OBJ
  281. Decl: DECLARE FUNCTION MinL& (a&, b&)
  282. Type: Numeric
  283. Desc: Returns the smaller of two long integer numbers
  284.  
  285. Name: MINS
  286. Mod : MINMAXS.OBJ
  287. Decl: DECLARE FUNCTION MinS! (a!, b!)
  288. Type: Numeric
  289. Desc: Returns the smaller of two single-precision floating point numbers
  290.  
  291. Name: MONTHDAYS
  292. Mod : MODAYS.OBJ
  293. Decl: DECLARE FUNCTI